home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Software / Topware / gozilla / gozilla.exe / {app} / big.skin / ibd.skn < prev    next >
Text File  |  2001-10-30  |  3KB  |  49 lines

  1. <form name="Import Broken Download" image="window\dk_blue.bmp" x=center y=center width=325 height=125
  2.     resize_image=stretch resize_window=false topmost=true>
  3.  
  4.     <image name="1" x=0 y=0 width=5 height=22 image="window\upper_left.bmp">
  5.     <image name="2" x=5 y=0 width=-5 height=22 resize=stretch image="window\top.bmp">
  6.     <image name="3" x=-5 y=0 width=5 height=22 image="window\upper_right.bmp">
  7.  
  8.     <image name="4" x=0 y=22 width=6 height=-5 resize=stretch image="window\left_side.bmp">
  9.     <image name="5" x=-5 y=22 width=5 height=-9 resize=stretch image="window\right_side.bmp">
  10.  
  11.     <image name="6" x=0 y=-6 width=6 height=6 image="window\lower_left.bmp">
  12.     <image name="7" x=5 y=-6 width=-9 height=6 resize=stretch image="window\bottom.bmp">
  13.     <image name="8" x=-9 y=-9 width=9 height=9 image="window\lower_right.bmp">
  14.     
  15.     <!-- All controls go after this -->
  16.     
  17.     <textwindow name="title" x=4 y=2 width=200 height=12 
  18.         font=arial align=left fontsize=14 fontcolor=#FFFFFF text="Import Broken Download">
  19.         
  20.     <button name="import_download" x=-110 y=-23
  21.         image="window\ok_n.bmp" mouseOver="window\ok_o.bmp" mouseDown="window\ok_d.bmp"   
  22.         text="OK" toggletext="OK"
  23.         text_x=17 text_y=0 font=arial fontsize=14 fontcolor=#000000 mouseovercolor=#3D3D9E 
  24.         fontstyle=bold togglefontstyle=bold>
  25.  
  26.     <button name="close" x=-68 y=-23
  27.         image="window\cancel_n.bmp" mouseover="window\cancel_o.bmp" mousedown="window\cancel_d.bmp"
  28.         text="Cancel" toggletext="Cancel"
  29.         text_x=14 text_y=0 font=arial fontsize=14 fontcolor=#000000 mouseovercolor=#BF1800 
  30.         fontstyle=bold togglefontstyle=bold>
  31.  
  32.  
  33.     <textwindow name="desc_bdfl" x=9 y=22 width=300 height=14 
  34.         font=arial align=left fontsize=14 fontcolor=#FFFFFF text="Broken Download File Location:">
  35.     <textinput name="import_filename" x=9 y=40 width=220 height=14  
  36.         font=arial align=left fontsize=14 fontcolor=#000000 bgcolor=#FFFFFF>
  37.  
  38.     <button name="browse_for_import" x=235 y=38
  39.         image="window\button_n.bmp" mouseover="window\button_n.bmp" mousedown="window\button_d.bmp"
  40.         text="Browse"
  41.         text_x=3 text_y=0 font=arial fontsize=14 fontcolor=#000000 mouseovercolor=#3D3D9E 
  42.         fontstyle=bold togglefontstyle=bold>
  43.  
  44.     <textwindow name="desc_bdu" x=9 y=60 width=300 height=14 
  45.         font=arial align=left fontsize=14 fontcolor=#FFFFFF text="Broken Download URL:">
  46.     <textinput name="import_url" x=9 y=78 width=-10 height=14  
  47.         font=arial align=left fontsize=14 fontcolor=#000000 bgcolor=#FFFFFF>
  48.  
  49. </form>